-
-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ref: Log for Swift #4201
ref: Log for Swift #4201
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4201 +/- ##
=============================================
- Coverage 91.416% 91.401% -0.016%
=============================================
Files 607 611 +4
Lines 48992 49011 +19
Branches 17669 17675 +6
=============================================
+ Hits 44787 44797 +10
- Misses 4112 4122 +10
+ Partials 93 92 -1
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
d760c3f | 1228.58 ms | 1246.22 ms | 17.64 ms |
3f74b8f | 1229.90 ms | 1249.42 ms | 19.52 ms |
983de17 | 1260.57 ms | 1263.68 ms | 3.11 ms |
5d6ce0e | 1206.72 ms | 1228.67 ms | 21.95 ms |
bd2afa6 | 1192.31 ms | 1210.37 ms | 18.05 ms |
1e065bc | 1239.69 ms | 1258.18 ms | 18.49 ms |
3478fc5 | 1237.94 ms | 1251.13 ms | 13.19 ms |
3297d6e | 1196.08 ms | 1205.43 ms | 9.35 ms |
5be7a7c | 1223.25 ms | 1237.12 ms | 13.87 ms |
a176fc4 | 1250.29 ms | 1257.88 ms | 7.59 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
d760c3f | 22.84 KiB | 403.17 KiB | 380.33 KiB |
3f74b8f | 21.58 KiB | 418.78 KiB | 397.20 KiB |
983de17 | 22.84 KiB | 403.19 KiB | 380.34 KiB |
5d6ce0e | 22.85 KiB | 405.38 KiB | 382.53 KiB |
bd2afa6 | 20.76 KiB | 420.55 KiB | 399.79 KiB |
1e065bc | 20.76 KiB | 425.78 KiB | 405.01 KiB |
3478fc5 | 21.58 KiB | 654.59 KiB | 633.01 KiB |
3297d6e | 21.58 KiB | 418.44 KiB | 396.86 KiB |
5be7a7c | 21.58 KiB | 671.89 KiB | 650.31 KiB |
a176fc4 | 22.84 KiB | 403.24 KiB | 380.39 KiB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
l
: I would prefix the PR title with ref
cause it's a refactoring. I found a few minor issues to address. Thanks for doing this 🥇
LGTM.
Co-authored-by: Philipp Hofmann <[email protected]>
📜 Description
Standard log mechanism for swift.
💚 How did you test it?
Unit tests
📝 Checklist
You have to check all boxes before merging:
sendDefaultPII
is enabled.#skip-changelog